home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / game / cat.swf / scripts / DefineButton2_478 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-03-01  |  270 b   |  13 lines

  1. on(release){
  2.    if(0 < _root.pausem.shijianmeny)
  3.    {
  4.       if(_root.speedup >= 1)
  5.       {
  6.          _root.shijianmenmen = true;
  7.          _root.pausem.shijianmeny--;
  8.          _root.texiao.gotoAndStop(3);
  9.          _root.pausem._visible = false;
  10.       }
  11.    }
  12. }
  13.